Version

SortSettings<T> Class

Represents the settings which apply to sorting a region of values.
Syntax
public class SortSettings<T> 
where T: class, ISortable
Type Parameters
T
A type which logically contains data and can have sort condition applied to that data.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also